body {
    background-color: black;
    background-size: contain;
    width: 100%;
    height: 100%;
    font-family: 'Verdana', sans-serif;
    color: greenyellow;
    display: grid;
    grid-template-rows: 60px 930px 150px 1000px 1fr;
    grid-template-columns: 1fr 4fr 1fr;
}

.covercontainer {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-rows: 200px 650px;
    max-width: 100%;
    max-height: 850px;
}

.slideshowcontainer {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 90% 10px;
}

.topbar {
    grid-column-start: 1;
    grid-column-end: 4;
    border: 3px solid;
    border-color: black;
    height: 45px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px 20px 20px 20px;
}

#thecomic {
   transform: translate(0px, 5px);
    scale: 1.025;
    background-color: #690069
}

.barbutton {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    color: greenyellow;
    cursor: pointer;
    background-color: purple;
    border: 3px solid;
    border-color: mediumpurple;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.barbutton:hover{
    background-color: mediumpurple;
    border-color: purple;
    color: lawngreen;
}

.comicbutton {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    font-size: 1.40em;
    color: white;
    -webkit-text-stroke: 1px black;
    cursor: pointer;
    background-image: url(/images/rainbow.gif);
    border: 3px solid;
    border-color: mediumpurple;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.comicbutton:hover{
    width: 105%;
    height: 105%;
    border-color: white;
    color: black;
    -webkit-text-stroke: 1px white;
}

.hub {
    width: 100%;
    height: 100%;
    background-color: purple;
    border: 3px solid;
    border-color: mediumpurple;
    border-radius: 20px 0px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color:greenyellow;
    cursor: pointer;
}

.hub:hover{
    background-color: mediumpurple;
    border-color: purple;
    color: lawngreen;
}

.indieweb {
    width: 100%;
    height: 100%;
    background-color: purple;
    border: 3px solid;
    border-color: mediumpurple;
    border-radius: 0px 20px 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color:greenyellow;
    cursor: pointer;
}

.indieweb:hover{
    background-color: mediumpurple;
    border-color: purple;
    color: lawngreen;
}

.coverannou {
    grid-column-start: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4em;
}

.coverholder {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-column-end: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100%;
}

.cover {
    max-height: 100%;
    border: 1px solid;
    border-color: white;
    max-width: 100%;
    min-width: 504px;
    transform: translate(0px, -10px)
}

.divider {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #3c0021;
    margin-right: 10px;
    border: 4px solid;
    border-color: #420044;
    text-align: center;
}

.triangleleft {
    width: 10%;
    height: 10%;
    background-color: greenyellow;
    clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
    cursor: pointer;
    margin-right: 20px;
    max-width: 75px;
}

.triangleleft:hover{
    border: 1px solid;
    border-color: white;
    background-color: #85dc00;
}

.triangleright {
    width: 10%;
    height: 10%;
    background-color: greenyellow;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    cursor: pointer;
    margin-left: 20px;
    max-width: 75px;
}

.triangleright:hover{
    border: 1px solid;
    border-color: white;
    background-color: #85dc00;
}

.sandi {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-start: 1;
    grid-row-start: 1;
    max-height: 100%;
    max-width: 100%;
}

.slider {
    max-height: 100%;
    max-width: 100%;
    border: 1px solid;
    border-color: white;
}

.info {
    grid-column-start: 1;
    grid-row-start: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
}

.guestbookcontainer {
    grid-column-start: 1;
    grid-column-end: 4;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    height: 300px;
}

.booklinkholder {
    grid-column-start: 2;
    grid-row-start: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guestbooklink {
    text-decoration: none;
    color: greenyellow;
    text-align: center;
    background-color: #3c0021;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid;
    border-color: #420044;
    height: 50%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    transition: 50ms ease;
}

.guestbooklink:hover {
    scale: 1.15;
    background-color: indigo;
    border-color: rebeccapurple;
    color: palegreen;
}

.regressbutton {
    text-decoration: none;
    grid-column-start: 1;
    grid-row-start: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0ed7ac;
    color: purple;
    margin: 20px;
    border: 3px solid;
    border-radius: 10px;
}

.regressbutton:hover{
    background-color: #79eed4;
    border-color: #cb00cb;
}

.progressbutton {
    text-decoration: none;
    grid-column-start: 3;
    grid-row-start: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0ed7ac;
    color: purple;
    margin: 20px;
    border: 3px solid;
    border-radius: 10px;
}

.progressbutton:hover{
    background-color: #79eed4;
    border-color: #cb00cb;
}

.rbuttonerror {
    text-decoration: none;
    grid-column-start: 1;
    grid-row-start: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d2d2d2;
    color: #808080;
    margin: 20px;
    border: 3px solid;
    border-radius: 10px;
}

.pbuttonerror {
    text-decoration: none;
    grid-column-start: 3;
    grid-row-start: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d2d2d2;
    color: #808080;
    margin: 20px;
    border: 3px solid;
    border-radius: 10px;
}